.section1 {
    position: relative;
    top: 30px;
    margin-bottom: 100px;
}

.section_confirm {
    position: relative;
    top: 8vw;
}

.form_store {
    position: relative;
    display: flex;
    left: 5vw;
    width: 90vw;
    flex-direction: row;
    justify-content: space-between;
    gap: 5vw;
    align-items: stretch;
    height: auto;
    min-height: 250px;
}

.terms_store {
    position: relative;
    display: flex;
    left: 5vw;
    width: 90vw;
    flex-direction: column;
    justify-content: space-between;
    gap: 1vw;
    align-items: stretch;
    height: auto;
}

.titulo_store {
    position: relative;
    font-family: 'Open Sans';
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

.subtitulo_store {
    position: relative;
    font-family: 'Open Sans';
    font-size: 0.85rem;
    font-weight: 400;
    margin: auto;
    text-align: center;
    margin-bottom: 2vw;
    color: #00000071;
}

.titulo_info_store {
    position: relative;
    font-family: 'Open Sans';
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
}


.titulo_info_store2 {
    position: relative;
    font-family: 'Open Sans';
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
    margin-right: auto;
    display: none;
}

.btn_back_home {
    position: absolute;
    left: 5vw;
    top: 40px;
}



.img_form_store {
    position: relative;
    display: block;
    height: 400px;
    flex: 1;
    border-radius: 10px;
    object-fit: cover; 
    object-position: center;
}

.info_store {
    position: relative;
    display: flex;
    min-height: 300px;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

.horizontal_store {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    width: 90vw;
    left: 5vw;
}

.vertical_store {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3vw;
}

.vertical2 {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 5vw;
    width: 90vw;
}

.etapas_box_active {
    position: relative;
    flex: 1;
    height: 8px;
    border-radius: 4px;
    background: transparent;
    border: 2px solid #d6ad6f;
}

.etapas_box {
    position: relative;
    flex: 1;
    height: 8px;
    border-radius: 4px;
    background: #efefef;
    border: 2px solid #efefef;
}

.etapas_escrita {
    position: relative;
    font-family: 'Open Sans';
    font-size: 0.8rem;
    font-weight: 400;
}

.horizontal_button {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 90vw;
}

.horizontal_button2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: 5vw;
    max-width: 90vw;
    margin-top: auto;
}

.horizontal_button3 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    width: auto;
    height: auto;
    gap: 10px;
    margin-bottom: calc(100px + 5vw);

}

.btn_form_next, 
.btn_form_back,
.btn_form_confirm {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 120px;
    padding: 0.65rem 1.4rem;

    background: #d6ad6f;
    color: #000000;

    border: none;
    border-radius: 5px;

    font-family: 'Open Sans';
    font-size: 1rem;
    font-weight: 600;

    cursor: pointer;
    transition: all 0.25s ease;
}

.btn_form_back {
    margin-right: auto;
}


.btn_form_next:disabled, 
.btn_form_back:disabled,
.btn_form_confirm:disabled {
    background: #e6e6e6; /* tom neutro suave */
    color: #999; /* cinza mais claro para indicar inatividade */
    border: none;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); /* leve relevo interno */
    cursor: not-allowed; /* indica botão desativado */
    transform: none; /* remove qualquer efeito de movimento */
    opacity: 0.8; /* leve transparência */
    transition: all 0.2s ease;
}

.btn_qrcode {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 180px;
    padding: 0.65rem 1.4rem;

    background: #d6ad6f;
    color: #000000;

    border: none;
    border-radius: 5px;

    font-family: 'Open Sans';
    font-size: 1rem;
    font-weight: 600;

    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 10px rgba(214, 173, 111, 0.35);
    margin: auto;

}



.btn_form_next:hover:not(:disabled) {
    background: #c29a5f;
    box-shadow: 0 6px 14px rgba(214, 173, 111, 0.45);
    transform: translateY(-1px);
}

.btn_form_back:hover:not(:disabled) {
    background: #d4d4d4;
    box-shadow: 0 6px 14px rgba(214, 173, 111, 0.45);
    transform: translateY(-1px);
}

.btn_form_next:active:not(:disabled),
.btn_form_back:active:not(:disabled) {
    background: #a87f45;
    box-shadow: 0 2px 6px rgba(191, 191, 191, 0.4);
    transform: translateY(1px);
}


.btn_form_next {
    margin-left: auto;
}

.btn_form_back {
    background: #efefef;
}

.btn_back_home {
    position: relative;
    display: flex;
    flex-direction: row;
    color: #000;
    gap: 10px;
    cursor: pointer;
    width: 13vw;
    height: auto;
    padding: 10px;
    z-index: 10;
}

.btn_back_home p {
    position: relative;
    font-family: 'Open Sans';
    font-size: 0.8rem;
    color: #000;
}

.input_flex {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 10px;

}

textarea {
    min-height: 100px;
}

.terms {
    position: relative;
    border-radius: 10px;
    border: 1px solid #afaeae;
    padding: 20px;
    font-family: 'Open Sans';
    font-size: 0.9rem;
    height: auto;
}

.input_select {
    position: relative;
    width: 20px;
    height: 20px;
}

.label_terms {
    position: relative;
    width: 50vw;
    font-family: 'Open Sans';
    font-size: 0.9rem;
    margin-bottom: 2vw;
}

.voucher_error {
    position: relative;
    display: none;
    font-family: 'Open Sans';
    font-size: 0.8rem;
    color: red;
    font-weight: 400;
}

.voucher_loading {
    position: relative;
    top: 30px;
    align-items: center;
    gap: 10px;
    display: none;
    font-family: 'Open Sans';
    font-size: 0.8rem;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin: auto;
    margin-top: -16px;
}

.spinner {
  width: 16px;
  height: 16px;
  border: 3px solid #ccc;
  border-top-color: #000; /* cor azul */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Animação de giro */
@keyframes spin {
  to { transform: rotate(360deg); }
}

.buttonCopyQR {
    position: relative;
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 5px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 1rem;
    font-weight: 600;
    background: #fff;
    cursor: pointer;
    justify-content: center;
    padding: 4px;
    margin-bottom: 10px;
    color: #000;

}

.pagamento_ctn {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    overflow: hidden;
}

.timer {
    position: relative;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 1.2rem;
    font-weight: 600;
    margin: auto;
    margin-bottom: 1vw;
    justify-content: center;
    text-align: center;
}

.qrcode_payment {
    position: relative;
    display: block;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #efefef;
    margin-bottom: 10px;
}

.input_qrcode {
    position: relative;
    background: #fff;
    width: 100%;
    flex: 5;
    font-family: 'Open Sans';
    font-size: 1rem;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #000;
    color: #000;
    
}





  .payment-container {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-top: 2vw;
    margin-bottom: auto;
    margin-right: 2vw;
  }

  .payment-btn {
    width: auto;
    height: 60px;
    padding: 10px;
    border: 1px solid #afaeae5f;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Open Sans';
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 8px;
    background: #fff;
  }

  .payment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  }



    .credit-card {
        position: relative;
      width: 300px;
      height: 180px;
      border-radius: 20px;
      background: linear-gradient(135deg, #000000, #222222);
      color: #fff;
      padding: 20px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.3);
      display: none;
      flex-direction: column;
      justify-content: space-between;
      margin-bottom: 30px;
  }

  .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .chip {
    width: 50px;
    height: 35px;
    background: gold;
    border-radius: 5px;
  }

  .brand {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .card-number {
    font-size: 1rem;
    letter-spacing: 3px;
    margin: 20px 0;
  }

  .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
  }

  .card-holder, .valid-thru {
    display: flex;
    flex-direction: column;
  }

  .label {
    position: relative;
    width: auto;
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 2px;
  }

.payment_message {
    position: relative;
    top: 50px;
    width: auto;
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 2px;
  }

  .ctn_payment_info {
    position: relative;

    margin-top: 2vw;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
  }



.section_produtos {
    position: relative;
    top: 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 3vw;
    margin-top: 2vw;
    margin-bottom: 5vw;
    width: 90vw;
}

.box_agendamento {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
    justify-content: space-between;
    transition: all 0.15s;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.box_agendamento:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.img_box_agendamento {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    filter: grayscale(0.8);
    transition: filter 0.15s;
    display: none;
}

.box_agendamento:hover .img_box_agendamento {
    filter: grayscale(0);
}

.titulo_box_agendamento {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    margin-top: 0px;
    color: #333;
}

.texto_box_agendamento {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #555;
    text-align: justify;
}

.faixa_box_agendamento {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 10px;
}

.imagem_faixa_box_agendamento {
    height: 30px;
}

.texto_faixa_box_agendamento {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    color: #222;
}

/* Destaque da opção escolhida */
.box_agendamento.selecionada {
    border: 2px solid #d6ad6f;
    box-shadow: 0 5px 20px rgba(131, 131, 131, 0.4);
}

.price-selector {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
    left: 5vw;
    width: 90vw;
}

.price-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2vw;
}

.price-btn {
  position: relative;
  padding: 0.75rem 1.75rem;
  border: 1.8px solid #d6ad6f;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  letter-spacing: 0.3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.price-btn:hover {
  background-color: #faf7f2;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.price-btn.active {
  background-color: #d6ad6f;
  color: #fff;
  border-color: #d6ad6f;
  box-shadow: 0 3px 10px rgba(214, 173, 111, 0.3);
}

.price-btn.active::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 2px solid #d6ad6f;
  opacity: 0.6;
  pointer-events: none;
}

.icon_confirm {
    position: relative;
    width: 60px;
    height: 60px;
    left: calc(50vw - 30px);
}


.info_store_receiver {
    max-width: 380px;
    background: #ffffff;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-family: 'Open Sans', sans-serif;
    color: #333;
    margin-top: 20px;
    margin-bottom: 2vw;
}

.info_store_receiver h3 {
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

/* Linhas de texto principal (Produto, Valor, etc.) */
.info_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.95em;
    color: #555;
}

/* Linhas em destaque (como o valor do presente) */
.info_row--highlight {
    font-weight: 600;
    color: #000;
}

/* Linha divisória */
.info_divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 10px 0;
}

/* Linhas menores com dados do destinatário */
.info_row--small {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 0.9em;
    color: #555;
}

/* Texto de observação */
.info_note {
    margin-top: 12px;
    font-size: 0.85em;
    color: #777;
    line-height: 1.4;
}

#img_desktop {
    display: block;
}

#img_mobile {
    display: none;
}

.pagamento_seguro {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    font-size: 0.8rem;
    color: #0C8E4F;
    font-weight: 500;
    text-align: center;
}

.pagamento_seguro svg {
    flex-shrink: 0;
}


@media (max-width: 769px) {

    .form_store {
        flex-direction: column;
        margin-top: 30px;
        min-height: 50vh;
        gap: 10px;
    }

    .section1 {
        top: 70px;
    }

    .section_confirm {
        top: 70px;
    }

    .horizontal_button {
        flex-direction: column-reverse;
    }

    .horizontal_button2 {
        flex-direction: column-reverse;
    }

    .btn_form_next, 
    .btn_form_back {
        width: 90vw;
        margin-bottom: 10px;
    }

    .btn_back_home {
        position: fixed;
        top: 7px;
        left: 75vw;
        z-index: 20;
        width: auto;
        color: #000;
    }

    .titulo_store {
        margin-top: 30px;
        margin-bottom: 5px;
        width: 90vw;
        left: 5vw;
    }

    .subtitulo_store {
        margin-bottom: 30px;
    }


    .info_store {
        min-height: none;
        height: auto;
        align-items: center;
    }
    

    .label_terms {
        width: 70vw;
        margin-top: auto;
        margin-bottom: auto;
    }

    #termoAceito {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .price-btn {
        width: 90vw;
    }

    .payment-container {
        margin: auto;
    }

    .btn_qrcode {
        width: 50vw;
        margin: auto;
    }


    .payment-btn {
        width: 90vw;
    }

    .titulo_info_store {
        text-align: left;
        margin-right: auto;
    }

    .logo_nome {
        margin-right: auto !important;
        margin-left: auto !important;
        left: -30px;
    }

    .etapas_escrita{
        display: none;
    }

    .etapas_box {
        margin-bottom: 30px;
    }

    .titulo_info_store2 {
        display: block;
    }

    .price-buttons {
        margin-top: 30px;
    }
    
    .img_form_store {
        display: none;
    }


    #img_desktop {
        display: none;
    }

    #img_mobile {
        display: none;
    }

    .section_produtos {
        flex-direction: column;
    }

    .pagamento_seguro {
        font-size: 0.6rem;
    }
    
    .horizontal_button3 {
        flex-direction: column;
        width: 90vw;
    }



}